Skip to main content
POST
/
rpc
/
analyze-monitor-model
[BETA] Analyze model monitor metrics
curl --request POST \
  --url https://api.example.com/rpc/analyze-monitor-model \
  --header 'Content-Type: application/json' \
  --data '
{
  "endpointVersionId": "<string>",
  "policyId": "<string>",
  "artifactId": "<string>",
  "evidenceId": "<string>",
  "lookbackDays": 123
}
'
[
  {
    "artifactId": "<string>",
    "endTime": "<string>",
    "endpointVersionId": "<string>",
    "evidenceId": "<string>",
    "metricTimeline": [
      {
        "date": "<string>",
        "failCount": 123,
        "total": 123
      }
    ],
    "name": "<string>",
    "startTime": "<string>"
  }
]

Body

application/json

The monitor model request for monitor metric field

endpointVersionId
string
required
policyId
string
required
artifactId
string
evidenceId
string
lookbackDays
integer

Response

OK

artifactId
string
endTime
string
endpointVersionId
string
evidenceId
string
metricTimeline
object[]
name
string
startTime
string